mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
ci: enable v4.x release
This commit is contained in:
25
.github/workflows/github-slug-action.yml
vendored
25
.github/workflows/github-slug-action.yml
vendored
@@ -113,16 +113,15 @@ jobs:
|
||||
echo "pull request sha : ${{ env.V4_GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT }}"
|
||||
shell: bash
|
||||
|
||||
# TODO uncomment when ready to release on v4.x branch
|
||||
#release:
|
||||
# runs-on: ubuntu-latest
|
||||
# concurrency:
|
||||
# group: release-${{ github.ref }}-${{ github.event_name }}
|
||||
# needs: os-testing
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v2
|
||||
# - name: Release this GitHub Action
|
||||
# uses: rlespinasse/release-that@v1.x
|
||||
# with:
|
||||
# without-prefix: true
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: release-${{ github.ref }}-${{ github.event_name }}
|
||||
needs: os-testing
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Release this GitHub Action
|
||||
uses: rlespinasse/release-that@v1
|
||||
with:
|
||||
without-prefix: true
|
||||
|
||||
Reference in New Issue
Block a user