Skip to content

Commit 790ce94

Browse files
committed
Changed the flag to true for the deployment of the package.
1 parent 41e5a34 commit 790ce94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Update the AUR package and commit the changes via Git
1515
uses: ./.github/actions/aur-deployment/
1616
env:
17-
ENV_IS_PRODUCTION: 'false'
17+
ENV_IS_PRODUCTION: 'true'
1818
ENV_GITHUB_OWNER: ${{ github.repository_owner }}
1919
ENV_GITHUB_REPOSITORY: ${{ github.event.repository.name }}
2020
ENV_GITHUB_TAG_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)