Skip to content

Commit

Permalink
Add create-release to needs so output can be referenced and downgrade…
Browse files Browse the repository at this point in the history
… version due to failed release (#102)
  • Loading branch information
pdewilde authored Jul 25, 2024
1 parent 1345ced commit 687f679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
contents: 'read'
id-token: 'write'
needs:
- 'create-release'
- 'build'
steps:
- name: 'Mint token'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1-alpha.1
0.3.0

0 comments on commit 687f679

Please sign in to comment.