Skip to content

Commit

Permalink
Version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Sep 1, 2024
1 parent 9aa1010 commit 738492a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-tasking-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Set environment variables - Staging
if: github.ref == 'refs/heads/staging'
uses: allenevans/set-env@v4.0.0
uses: allenevans/set-env@v4
with:
TM_APP_BASE_URL: https://tasks-staging.openhistoricalmap.org
TM_APP_API_URL: https://tm-api.staging.openhistoricalmap.org
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Set environment variables - Production
if: github.ref == 'refs/heads/main'
uses: allenevans/set-env@v4.0.0
uses: allenevans/set-env@v4
with:
TM_APP_BASE_URL: https://tasks.openhistoricalmap.org
TM_APP_API_URL: https://tm-api.openhistoricalmap.org
Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: OpenHistoricalMap/tasking-manager
ref: 4ae06b32ac48e1df70a17bb8c380aef79c291304
ref: 9aa101067701e27d7a85406559328957b57daded
path: tasking-manager

- name: Debug Checkout
Expand Down

0 comments on commit 738492a

Please sign in to comment.