Skip to content

Commit

Permalink
Fix substring action version (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviarias authored Jan 23, 2021
1 parent 16cbda0 commit 11e393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: openssl aes-256-cbc -K ${{ secrets.GPG_KEY }} -iv ${{ secrets.GPG_IV }} -in web3j.asc.enc -out web3j.asc -d
- name: Release name
id: release_name
uses: web3j/substring-action@v1.0
uses: web3j/substring-action@v1
with:
value: ${GITHUB_REF}
start: '8' # Remove 'release/' prefix
Expand Down

0 comments on commit 11e393e

Please sign in to comment.