Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo committed Jan 23, 2024
1 parent 9946415 commit db875c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-1.5.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "LICENSE,plugin/build/libs/*.jar"
tag: ${{ steps.read_property.outputs.value }}
tag: ${{ steps.read_property.outputs.value }}-dev
allowUpdates: true
prerelease: true
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
id: vars
shell: bash
run: |
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "{branch}=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_STATE
echo "{sha_short}=$(git rev-parse --short HEAD)" >> $GITHUB_STATE
- name: Build with Gradle
run: ./gradlew
env:
Expand Down

0 comments on commit db875c9

Please sign in to comment.