Loading .github/workflows/tag.ymldeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line name: Bump version on: push: branches: - master jobs: build: runs-on: ubuntu-22.04 permissions: contents: read steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Bump version and push tag uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CUSTOM_TAG: test Loading
.github/workflows/tag.ymldeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line name: Bump version on: push: branches: - master jobs: build: runs-on: ubuntu-22.04 permissions: contents: read steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Bump version and push tag uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CUSTOM_TAG: test