mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* fix labeler * try fixing test runs in GitHub Actions * pass flags to test command * test version pr * move versoin-pr action * remove --dry-run flag * re-enable testing, re-add semantic release for now * add docs * use `yarn.lock` and different docs port * simplify dev app config * fix coverage report * fix provider source links * fix more links
9 lines
208 B
YAML
9 lines
208 B
YAML
name: "Determine version"
|
|
description: "Determines npm package version based on PR number and commit SHA"
|
|
outputs:
|
|
version:
|
|
description: "npm package version"
|
|
runs:
|
|
using: "node12"
|
|
main: "index.js"
|