Replies: 2 comments
-
|
It looks like you are running into an issue where your GitHub Actions workflow works fine for the Possible causes and solutions:
Next Steps:
|
Beta Was this translation helpful? Give feedback.
-
|
@michalsek Did you resolve this? If so, how? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Misc
Discussion Details
I have setup an workflow to publish package to npm using OIDC together with deployment environment that restricts it to branches
mainandrelease/*.When it runs from
mainbranch everything works perfectly, but runs fromrelease/sem.ver.xfails on404error. f.e.full log: https://github.com/software-mansion/react-native-audio-api/actions/runs/18281894790/job/52046819082
is there any additional step required to make it work properly from non-main branches, or it is some known limitation for github oidc+npm?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions