Skip to content

Commit

Permalink
Merge pull request #249 from stakwork/update/pull-before-create-release
Browse files Browse the repository at this point in the history
Update/pull before create release
  • Loading branch information
tobi-bams authored Jul 10, 2024
2 parents 9dee289 + 25e1ca7 commit 84f6c55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/buildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
git add ./dist -f
git commit -m "ci: automatic build" || echo -n
git push --set-upstream origin master
- name: Pull Latest Changes
run: |
git fetch origin
git checkout master
git pull origin master
- name: Create New Release
uses: rymndhng/release-on-push-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion app/src/NavFiber.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{:else if currentTab === "Api Keys"}
<Apikeys />
{:else if currentTab === "Test"}
<div>Testing new build</div>
<div>Testing new build Again and Again</div>
{:else}
<EnpointPermission />
{/if}
Expand Down

0 comments on commit 84f6c55

Please sign in to comment.