Skip to content

Commit

Permalink
Second attempt at Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadoola committed Sep 30, 2024
1 parent 6103764 commit 675f9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# REF:
# 1. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude
#
name: Create Release Draft
name: Create Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

- name: Update Rust Toolchain Target
run: |
Expand Down

0 comments on commit 675f9b5

Please sign in to comment.