Skip to content

Merge pull request #48 from sourcefuse/arc-cdk-template #31

Merge pull request #48 from sourcefuse/arc-cdk-template

Merge pull request #48 from sourcefuse/arc-cdk-template #31

Workflow file for this run

---
name: Tag
on: # yamllint disable-line rule:truthy
push:
branches:
- main
jobs:
## tag
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set GIT_TAG
run: |
echo "VERSION=$(cat .version | tr -d " \t\n\r")" >> $GITHUB_ENV
- name: git-tag
uses: pkgdeps/[email protected]
with:
version: ${{ env.VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }}
git_tag_prefix: ""