Skip to content

Commit

Permalink
Update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lindluni committed Dec 6, 2021
1 parent e6a853f commit df1433f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Release
uses: softprops/action-gh-release@v1
if: ${{ !startsWith(github.ref, 'refs') }}
with:
files: dist/actions-runner-manager
generate_release_notes: true
name: ${{ steps.vars.outputs.tag }}
tag_name: ${{ steps.vars.outputs.tag }}

0 comments on commit df1433f

Please sign in to comment.