fregante/daily-version-action

Option: Create output but not git tag

Open

#25 创建于 2022年10月27日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (5 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (22 star)
PR 合并指标
 (PR 指标待抓取)

描述

I'd like to perform additional tasks before creating the tag or maybe use a separate action to create and submit it. Example:

  Version:
    steps:
    - uses: actions/checkout@v2
    - name: Should release?
      uses: fregante/daily-version-action@v2
      with:
        create-git-tag: false
    - if: env.DAILY_VERSION_CREATED
      run: npm version $DAILY_VERSION

Maybe it should be called dry-run

贡献者指南