Skip to content

Commit

Permalink
Pull before final build (for versionings sake)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Sep 9, 2024
1 parent 21d24ed commit 984fa08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get latest release version
id: get-version
run: |
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# ignore all files starting with . or ~
.*
~*

# ignore node/grunt dependency directories
node_modules/

Expand Down

0 comments on commit 984fa08

Please sign in to comment.