Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Nov 11, 2023
1 parent a8c0ff0 commit 81dd23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/intellij-ton-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
ORG_GRADLE_PROJECT_enableBuildSearchableOptions: true
ORG_GRADLE_PROJECT_publishToken: ${{ secrets.plugin_bot_token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/intellij-ton-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
generate-build-number:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
outputs:
build_number: ${{ steps.buildnumber.outputs.build_number }}
steps:
Expand All @@ -18,7 +18,7 @@ jobs:
prefix: intellij-ton
build:
needs: [ generate-build-number ]
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
ORG_GRADLE_PROJECT_buildNumber: ${{ needs.generate-build-number.outputs.build_number }}
ORG_GRADLE_PROJECT_enableBuildSearchableOptions: true
Expand Down

0 comments on commit 81dd23e

Please sign in to comment.