mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 22:21:05 +00:00
add environment to generate_versions
This commit is contained in:
@@ -7,7 +7,9 @@ jobs:
|
|||||||
generateJson:
|
generateJson:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.release.tag_name, 'llvm') == false
|
if: contains(github.event.release.tag_name, 'llvm') == false
|
||||||
|
environment: tags
|
||||||
env:
|
env:
|
||||||
|
# the token is needed for json_generator.py
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -56,9 +58,8 @@ jobs:
|
|||||||
git config user.email "ci@parity.io"
|
git config user.email "ci@parity.io"
|
||||||
git config user.name "${APP_NAME}"
|
git config user.name "${APP_NAME}"
|
||||||
|
|
||||||
# git checkout -b alex-test
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update json"
|
git commit -m "Update json"
|
||||||
git push origin alex-test
|
git push origin main
|
||||||
|
|
||||||
echo "::notice::info.list files were successfully published to https://github.com/paritytech/resolc-bin"
|
echo "::notice::info.list files were successfully published to https://github.com/paritytech/resolc-bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user