We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e5a34 commit 790ce94Copy full SHA for 790ce94
.github/workflows/deploy-to-aur.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Update the AUR package and commit the changes via Git
15
uses: ./.github/actions/aur-deployment/
16
env:
17
- ENV_IS_PRODUCTION: 'false'
+ ENV_IS_PRODUCTION: 'true'
18
ENV_GITHUB_OWNER: ${{ github.repository_owner }}
19
ENV_GITHUB_REPOSITORY: ${{ github.event.repository.name }}
20
ENV_GITHUB_TAG_VERSION: ${{ github.event.release.tag_name }}
0 commit comments