Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdbeerbaerLP authored Jun 10, 2024
1 parent a2b2cc4 commit 879514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: '0'

- name: Add SHORT_SHA env property with commit short sha
run: echo "SHORT_SHA=`echo ${{GITHUB_SHA}} | cut -c1-8`" >> $GITHUB_ENV
run: echo "SHORT_SHA=`echo ${{github.sha}} | cut -c1-8`" >> $GITHUB_ENV

- name: Download a Build Artifact
uses: actions/download-artifact@v3.0.0
Expand Down

0 comments on commit 879514b

Please sign in to comment.