Skip to content

Commit

Permalink
fikser syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Feb 26, 2021
1 parent 43f6563 commit cca0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
COMMIT_COUNT=$(git rev-list --all --count)
TAG_NAME="$(echo $GITHUB_SHA | cut -c1-7)"
echo "RELEASE_TAG="${COMMIT_COUNT}.${TAG_NAME}" >> $GITHUB_ENV
echo "RELEASE_TAG=${COMMIT_COUNT}.${TAG_NAME}" >> $GITHUB_ENV
- name: Set changelog
# (Escape newlines see https://github.com/actions/create-release/issues/25)
run: |
Expand Down

0 comments on commit cca0b7b

Please sign in to comment.