Skip to content

Commit

Permalink
Update workflows for GraalVM and Version Enhancements (#699)
Browse files Browse the repository at this point in the history
* workflow update graalvm version

* updated workflow for publish action version update
  • Loading branch information
mahabaleshwars authored Oct 21, 2024
1 parent 83a06ff commit 870c199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: 21
- distribution: graalvm
os: macos-latest
version: 17
version: 17.0.12
- distribution: graalvm
os: windows-latest
version: 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-new-action-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.2.2
uses: actions/publish-action@v0.3.0
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 870c199

Please sign in to comment.