Skip to content

Commit

Permalink
Use tagName instead of projectVersion
Browse files Browse the repository at this point in the history
GH-Action requires the `v`.
  • Loading branch information
michael-simons authored Jan 6, 2022
1 parent ba4f82b commit 76f0254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jreleaser/distributions/jbang/docker/README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
restore-keys: |
${{ runner.os }}-jbang-
- name: jbang
uses: jbangdev/jbang-action@{{projectVersion}}
uses: jbangdev/jbang-action@{{tagName}}
with:
script: createissue.java
scriptargs: "my world"
Expand Down

0 comments on commit 76f0254

Please sign in to comment.