Skip to content

chore: fix release_prep reference to snippet in e2e/smoke/WORKSPACE #80

chore: fix release_prep reference to snippet in e2e/smoke/WORKSPACE

chore: fix release_prep reference to snippet in e2e/smoke/WORKSPACE #80

Workflow file for this run

# Cut a release whenever a new tag is pushed to the repo.
# You should use an annotated tag, like `git tag -a v1.2.3`
# and put the release notes into the commit message for the tag.
name: Release
on:
push:
tags:
- 'v*.*.*'
permissions:
id-token: write
attestations: write
contents: write
jobs:
release:
uses: bazel-contrib/.github/.github/workflows/[email protected]
with:
release_files: rules_ts-*.tar.gz
prerelease: false
tag_name: ${{ github.ref_name }}
publish:
needs: release
uses: ./.github/workflows/publish.yaml
with:
tag_name: ${{ github.ref_name }}
secrets:
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}