Skip to content

Commit

Permalink
Force master as version
Browse files Browse the repository at this point in the history
Force master as version
  • Loading branch information
ponceta committed Oct 21, 2024
1 parent ee04d3d commit 5b92edf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:

- name: Package
run: |
VERSION=$(echo "${GITHUB_REF_NAME}" | cut -d+ -f1)
qgis-plugin-ci package
VERSION=master
qgis-plugin-ci package ${VERSION} \
--no-validation \
--allow-uncommitted-changes \
--transifex-token "${{ secrets.TX_TOKEN }}" \
${VERSION}
--transifex-token "${{ secrets.TX_TOKEN }}"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5b92edf

Please sign in to comment.