Skip to content

Commit

Permalink
release workflow attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tasgon committed Nov 7, 2022
1 parent d6cd78f commit 85ca220
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
ref: "${{ github.event.inputs.branch }"
- name: setup jdk
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -34,6 +32,6 @@ jobs:
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/${{mod_version}}',
ref: 'refs/tags/${{ env.mod_version }}',
sha: context.sha
})

0 comments on commit 85ca220

Please sign in to comment.