Skip to content

Commit

Permalink
Merge pull request #83 from JupiterOne/fix-gha
Browse files Browse the repository at this point in the history
Fix GHA syntax
erichs authored Feb 4, 2021
2 parents 1e69226 + be0dfa5 commit 30cc531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:
if git describe --exact-match --match "v*.*.*" HEAD^2
then
echo "Found version commit tag. Publishing."
echo "::set-env name=publish::true"
echo "publish=true" >> $GITHUB_ENV
else
echo "Version commit tag not found. Not publishing."
fi

0 comments on commit 30cc531

Please sign in to comment.