Skip to content

Commit

Permalink
Update timescale_create_database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Feb 26, 2024
1 parent a4029e8 commit f247909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timescale_create_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Get Latest HydroServer Version
id: get_latest_tag
run: echo "::set-output name=tag::$(curl -sL https://api.github.com/repos/hydroserver2/hydroserver-webapp-back/releases/latest | jq -r '.tag_name')"
run: echo "tag=$(curl -sL https://api.github.com/repos/hydroserver2/hydroserver-webapp-back/releases/latest | jq -r '.tag_name')" >> $GITHUB_OUTPUT

- name: Checkout Backend Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit f247909

Please sign in to comment.