Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Mar 26, 2022
1 parent e01688f commit abc3290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: Find and Replace
run: ((Get-Content -path gather-standalone\App.config -Raw) -replace 'SUPERSECRETPLACEHOLDER','${{ secrets.JwtToken }}') | Set-Content -Path gather-standalone\App.config
run: ((Get-Content -path gather-standalone\Jwt.cs -Raw) -replace 'SUPERSECRETPLACEHOLDER','${{ secrets.JwtToken }}') | Set-Content -Path gather-standalone\Jwt.cs

- name: setup MS-build
uses: microsoft/setup-msbuild@v1
Expand All @@ -29,7 +29,7 @@ jobs:
uses: zendesk/action-create-release@v1
id: create_release
with:
tag_name: ${{ github.ref }}
tag_name: Latest
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit abc3290

Please sign in to comment.