Skip to content

Commit

Permalink
[CI] try to fix release workflow :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Aug 10, 2021
1 parent cd517ea commit 230fb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo pip install qgis-plugin-ci==2.0.1
- name: Release
run: |
qgis-plugin-ci release ${GITHUB_REF##*/v} --transifex-token ${{ secrets.TX_TOKEN }} --github-token ${{ secrets.GITHUB_TOKEN }} --osgeo-username ${{ secrets.OSGEO_USERNAME }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
qgis-plugin-ci release ${GITHUB_REF##*/} --transifex-token ${{ secrets.TX_TOKEN }} --github-token ${{ secrets.GITHUB_TOKEN }} --osgeo-username ${{ secrets.OSGEO_USERNAME }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
translations:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ pre-commit install
releases
--------

To make realeses, create a github release with tag name of format `vX.Y.Z` (optionally `vX.Y.Z-R`)
To make realeses, create a github release with tag name of format `X.Y.Z` (optionally `X.Y.Z-R`)

0 comments on commit 230fb6f

Please sign in to comment.