Skip to content

Commit 17f9d7e

Browse files
committed
Oppdarerer release versjon til 2_ for com.github.navikt:dp-inntekt-kontrakter for å ikke la dependebot oppdater til feil versjon.
1 parent bcca911 commit 17f9d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v6
4444
- name: Set release tag
4545
run: |
46-
export TAG_NAME="1_$(TZ="Europe/Oslo" date +%Y%m%d).$(echo $GITHUB_SHA | cut -c 1-6)"
46+
export TAG_NAME="2_$(TZ="Europe/Oslo" date +%Y%m%d).$(echo $GITHUB_SHA | cut -c 1-6)"
4747
echo "RELEASE_TAG=$TAG_NAME" >> $GITHUB_ENV
4848
- uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # ratchet:ncipollo/release-action@v1
4949
with:

0 commit comments

Comments
 (0)