Skip to content

Commit 9ffb4a7

Browse files
authored
Update release.yml
1 parent 4c0a0cd commit 9ffb4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
oscript_version: ['1.4.0']
18+
oscript_version: ['1.7.0']
1919
package_mask: ["gitsync-plugins-*.ospx"]
2020

2121
steps:
@@ -56,4 +56,4 @@ jobs:
5656
shell: bash
5757
run: opm push -f ./${{ matrix.package_mask }} --token ${{ env.TOKEN }} -c stable
5858
env:
59-
TOKEN: ${{ secrets.ACCESS_TOKEN }}
59+
TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)