Skip to content

Commit

Permalink
Обновление сборщика
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jan 11, 2023
1 parent 5e340fc commit 8d94546
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
oscript_version: ['1.8.0']
oscript_version: ['1.8.2']

steps:
# Загрузка проекта
Expand Down Expand Up @@ -50,11 +50,8 @@ jobs:
uses: AButler/[email protected]
with:
files: ./${{ env.PACKAGE_MASK }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.PUSH_TOKEN }}

- name: Публикация в hub.oscript.io
shell: bash
run: opm push -f ./${{ env.PACKAGE_MASK }} --token ${{ env.PUSH_TOKEN }} -c stable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
run: opm push -f ./${{ env.PACKAGE_MASK }} --token ${{ secrets.PUSH_TOKEN }} -c stable

0 comments on commit 8d94546

Please sign in to comment.