Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 18, 2024
1 parent 968e89f commit 1b72768
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/on tag deploy on github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4" # makes repository structure available

- name: "Fetch Tags"
run: "git fetch --tags"
with:
fetch-depth: 0 # fetch all commits, so we can access all tags

- name: "NOW"
id: "now"
Expand Down

0 comments on commit 1b72768

Please sign in to comment.