Skip to content

Commit

Permalink
ci(flakehub): fix separate semver parse step
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Feb 8, 2024
1 parent 4a76a99 commit 656f13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flakehub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Parse the semver tag
id: semver
run: echo "tag=${GITHUB_REF#refs/tags/catppuccin-vsc-}" >> GITHUB_OUTPUT
run: echo "tag=${${{inputs.tag}}#catppuccin-vsc-}" >> GITHUB_OUTPUT

- uses: DeterminateSystems/flakehub-push@main
with:
Expand Down

0 comments on commit 656f13c

Please sign in to comment.