Skip to content

Commit

Permalink
proper command
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Nov 8, 2024
1 parent 146bf72 commit b0cb2a7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
ASANA_PAT: ${{ secrets.GH_ASANA_SECRET }}
GOOGLE_APPLICATION_CREDENTIALS: '#{ENV["HOME"]}/jenkins_static/com.duckduckgo.mobile.android/ddg-upload-firebase.json'
GH_TOKEN: ${{ secrets.GT_DAXMOBILE }}

jobs:
create-tag:
Expand All @@ -21,11 +22,6 @@ jobs:
submodules: recursive
token: ${{ secrets.GT_DAXMOBILE }}

- name: Set Git permissions
uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
token: '${{ secrets.GT_DAXMOBILE }}'

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -42,7 +38,7 @@ jobs:
id: get_latest_tag
run: |
git fetch --tags
output=$(git describe --tags --abbrev=0`)
output=$(git describe --tags --abbrev=0)
echo "Latest tag: $output"
echo "latest_tag=$output" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b0cb2a7

Please sign in to comment.