Skip to content

Commit

Permalink
Use automatic_release_tag again
Browse files Browse the repository at this point in the history
  • Loading branch information
filbranden committed Sep 24, 2022
1 parent 121bb06 commit 512f3c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ jobs:
committer_name: GitHub Actions
committer_email: actions@github.com
tag: "-a v${{ steps.bump-version-file.outputs.NEW_VERSION }} -m 'Release numactl ${{ steps.bump-version-file.outputs.NEW_VERSION }}'"
- name: Update local checkout
run: git pull
- name: Create Release
id: create_release
uses: marvinpinto/action-automatic-releases@v1.2.1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "v${{ steps.bump-version-file.outputs.NEW_VERSION }}"
title: "Release numactl ${{ steps.bump-version-file.outputs.NEW_VERSION }}"
draft: true
prerelease: false
Expand Down

0 comments on commit 512f3c9

Please sign in to comment.