Skip to content

Commit

Permalink
fixup! fixup! final
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Jun 12, 2024
1 parent c7df915 commit e56ad14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: self-hosted
container:
image: ghcr.io/raw-labs/raw-ci-runner:latest
options: --user sbtuser
options: --user 1001
credentials:
username: ${{ github.actor }}
password: ${{ secrets.READ_PACKAGES }}
Expand All @@ -34,7 +34,4 @@ jobs:
servers: '[{"id": "githubraw", "username": "gha", "password": "${{ env.GITHUB_TOKEN }}"}]'
- name: publish
working-directory: deps
shell: bash
run: |
source /home/sbtuser/.sdkman/bin/sdkman-init.sh
./publish.sh
run: ./publish.sh

0 comments on commit e56ad14

Please sign in to comment.