Skip to content

Commit

Permalink
chore(ci): Fix new release process
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 24, 2024
1 parent 02afc59 commit e6e1724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: create-release
runs-on: ubuntu-latest
outputs:
version: ${{ env.TAG }}
tag: ${{ env.TAG }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e6e1724

Please sign in to comment.