Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vbehar committed May 7, 2020
1 parent b9c3e9d commit 3642125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/autotag/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cd "${GITHUB_WORKSPACE}"
if [ -n "${INPUT_DRY_RUN}" ]; then
echo "Running in dry-run mode"
DRY_RUN="-n"
else
DRY_RUN=""
fi

version=$(/autotag --branch=${INPUT_BRANCH} --repo=${INPUT_REPO} --pre-release-name=${INPUT_PRE_RELEASE_NAME} --pre-release-timestamp=${INPUT_PRE_RELEASE_TIMESTAMP} ${DRY_RUN})
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
add: plugin.yaml
message: 'Release ${{ steps.nextversion.outputs.version }}'
ref: "release/${{ steps.nextversion.outputs.version }}"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Tag
Expand Down

0 comments on commit 3642125

Please sign in to comment.