Skip to content

Commit

Permalink
Use tagName instead of projectVersion (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored Jan 6, 2022
1 parent ba4f82b commit 443871e
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 443871e

Please sign in to comment.