Skip to content

Commit

Permalink
fix release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Mar 8, 2023
1 parent fcfc76d commit aa7e6e1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/intellij-ton-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: intellij-ton snapshot

on:
push:
tags:
- 'v*'

jobs:
build:
needs: [ generate-build-number ]
runs-on: ubuntu-18.04
env:
ORG_GRADLE_PROJECT_enableBuildSearchableOptions: true
ORG_GRADLE_PROJECT_publishToken: ${{ secrets.plugin_bot_token }}
ORG_GRADLE_PROJECT_publishChannel: stable
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Publish intellij-ton plugin
uses: gradle/gradle-build-action@v1
with:
arguments: "publishPlugin"
3 changes: 0 additions & 3 deletions .github/workflows/intellij-ton-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
generate-build-number:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginGroup=org.ton
pluginVersion=1.0.3
publishChannel=stable
publishChannel=snapshot
publishToken=token
enableBuildSearchableOptions=false
# Existent IDE versions can be found in the following repos:
Expand Down

0 comments on commit aa7e6e1

Please sign in to comment.