Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Sep 29, 2023
1 parent d5db2da commit 10add23
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- master
- rootless

jobs:
create_release:
Expand All @@ -26,19 +25,9 @@ jobs:
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
- uses: release-drafter/release-drafter@v5
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publish: true
version: ${{ env.RELEASE_VERSION }}
config-name: release-drafter.yaml

- uses: release-drafter/release-drafter@v5
if: github.ref == 'refs/heads/rootless'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publish: true
version: "${{ env.RELEASE_VERSION }}-rootless"
config-name: release-drafter.yaml

0 comments on commit 10add23

Please sign in to comment.