Skip to content

Commit 26c449d

Browse files
teste
1 parent c09299d commit 26c449d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,12 @@ jobs:
8383
<servers>
8484
<server>
8585
<id>github</id>
86-
<username>${GITHUB_ACTOR}</username>
86+
<username>${{ github.actor }}</username>
8787
<password>${{ secrets.GITHUB_TOKEN }}</password>
8888
</server>
8989
</servers>
9090
</settings>
9191
EOF
92-
env:
93-
GITHUB_ACTOR: ${{ github.actor }}
94-
9592
9693
- name: Build and Deploy to GitHub Packages
9794
run: |

0 commit comments

Comments
 (0)